====== nslist Plugin ====== ---- plugin ---- description: List all pages in a given namespace author : Andreas Gohr email : dokuwiki@cosmocode.de type : syntax lastupdate : 2016-01-24 compatible : Frusterick Manners depends : conflicts : similar : tags : namespace, list downloadurl: https://github.com/cosmocode/nslist/zipball/master sourcerepo : https://github.com/cosmocode/nslist/ bugtracker : https://github.com/cosmocode/nslist/issues ---- ===== Download and Installation ===== [[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ http://cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ==== Changes ==== {{rss>https://github.com/cosmocode/nslist/commits/master.atom date}} ===== Syntax and Usage ===== You can see the syntax below. Just replace namespace with the namespace you want to list. {{nslist>namespace}} ==== parameters ==== The nslist plugin supports three parameters: === nodate === To remove the date add the parameter ''nodate'' like: {{nslist>namespace nodate}} === nodsort === In order to sort the pages alphabetically, add the parameter ''nodsort'': {{nslist>namespace nodsort}} === depth === To also show pages from subnamespaces add the desired depth (default is 1): {{nslist>namespace 7}}